Welcome![Sign In][Sign Up]
Location:
Search - Win32 Application

Search list

[Windows Developatlcompappwz.zip

Description: ATL object wizard is just not restricted for ATL COM appwizards. It can be used in any application provided the project meets certain requirements. You can use this appwizard to create ordinary(non - COM) Win32 application utilizing the ATL window classes or develop console OLEDB consumer applications. ATL对象向导不限于 ATL COM 应用程序向导。它也可以用于满足要求的项目的任何应用程序中。你可以使用这个向导来创建普通的(非COM) Win32 应用程序,使用ATL窗口类或开发控制台OLEDB消费者应用程序。 来源: http://www.codeguru.com/atl/atlcompappwz.shtml
Platform: | Size: 11420 | Author: | Hits:

[Multimedia programVCDwizard-2700-win32-src

Description: VCDwizard是一个VCDimager的GUI。这个应用程序用于使用XML创建兼容(S)VCD的MPeG流。你可以完全控制创建(S)VCD的PBC(菜单/播放结构)。-VCDwizard VCDimager is a GUI. Application procedures for the use of XML to create compatibility (S) VCD MPeG flow. You can completely control the creation (S) VCD PBC (menu / playback structure).
Platform: | Size: 840504 | Author: 刘晓冬 | Hits:

[Windows Develop在动态连接库内封装应用程序框架cool

Description: 实现方法: 用MFC的程序向导生成一个常规DLL,在常规DLL内有一派生自CWinApp的实例,再用MFC的程序向导生成一个MFC EXE应用程序,把MFC EXE应用程序中 CAppView,CMainFrame,CAppDocument的文挡和RES目录下的资源拷贝到常规DLL项目中,添加到项目中,编译生成一DLL,在另外一个WIN32应用程序中,启动一线程,在线程函数中显式装载该DLL,取的该DLL内的当前线程, CWinThread *pThread=GetCurrentThread() pThread->Run() 就可装载启动常规DLL内应用程序框架.-method: a normal DLL file has been created with the program wizard and there is an instance generated from CWinApp in the DLL file.Create another MFC EXE appliaction and copy CAppView,CMainFram,CAppDocument and the resources in RES directory to the normal DLL and add to the projec and compile and generate a DLL. In a Win32 application, start a thread which loads the DLL with codes, get the running thread, ie.CWinThread *pThread=GetCurrentThread(), then,pThread->Run() executes the loading and start the execution of the application framework in the normal DLL file.
Platform: | Size: 69885 | Author: 杨杰 | Hits:

[WinSock-NDISHTTPD 2.0.39 Win32代码

Description: 一个小巧的HTTP静态HTML服务器,你可以通过它稍加修改就可以实现到应用程序的软件接口哦-This is a cute Http server handling static HTML pages. It is easier to conform the application interfaces by little modification of the server.
Platform: | Size: 5865041 | Author: 空 气 | Hits:

[Windows Develop一个屏保程序

Description: 本程序运行后将会屏 Alt+Ctrl+Del,Alt+F4,Alt+Tab等键, (Windows 2000 不能屏蔽) 必须在两个Enter键之间输入密码才能退出!!!!!!!! 密码是\"kkcocoon\". 本程序在Visual C++ 6.0 下编译.大家可在vc下打开scrnsave.dsw文件就可以很好的查看源文件.也可以File->New->Project->Win32 Application->起个名字,create new workspace->empty win32 application.然后把一个个文件Add进来,F5->确定,就可以了. 这是一个用纯Windows SDK编写的程序,没有用MFC类库,要看懂此程序 必须要懂得在Windows下编程.本程序只是为了给刚学Windows SDK的同仁 提供适合的示例程序,并给出祥尽注释.-Windows Screen Saver source code, block keyboard input of Alt_Ctrl_Del, Alt+F4, Alt+Tab(can not block in win2000), password is kkcocoon.
Platform: | Size: 19458 | Author: 阿的 | Hits:

[GUI Developcwebpage

Description: Display a Web Page in a Plain C Win32 Application: There are numerous examples that demonstrate how to embed Internet Explorer in your own window. But these examples typically use Microsoft Foundation Classes (MFC), .NET, C#, or at least the Windows Template Library (WTL) because those frameworks have pre-fabricated \"wrappers\" to easily give you an \"HTML control\" to embed in your window. If you re trying to use plain C, without MFC, WTL, .NET, C#, or even any C++ code at all, then there is a dirth of examples and information how to deal with OLE/COM objects such as IE s IWebBrowser2. Here is an article and working example in C to specifically show you what you need to do in order to embed IE in your own window, and more generally, show you how to interact with OLE/COM objects and create your own objects in plain C.
Platform: | Size: 38232 | Author: 刘国栋 | Hits:

[Windows DevelopWin32病毒简单快速传染型

Description: 截获你的应用程序,调用的,任何输入函数.rar-Catch your application, and invoke any input function.
Platform: | Size: 7822 | Author: 111 | Hits:

[Dialog_WindowWin32 编程中字体的应用

Description: win32 编辑中字体的应用,修改对话框中的字体。-win32 font editing application, modify the Font dialog box.
Platform: | Size: 149209 | Author: zhangrenhui | Hits:

[Windows Developb030717-心得三

Description: 心得三——按下鼠标哪个键 1.实验目的 (1)首先打开VC++6.0打开File菜单,New命令建立一个Win32 Application类型的工程,注意,在建立工程时在第2步选择\"A simple Win32 application.\".利用windows API函数进行编程的入门,编写简单的Windows应用程序,建立窗口. (2)在此基础上实现如下功能:鼠标键按下时,弹出消息框通知用户是按下了鼠标的哪个键 -experience -- which press the mouse button 1. Experiment (1) First, open the VC 6.0 Open File menu, the establishment of a New Order Win32 Application types of projects, that the establishment of projects in the first two-step selection "A simple Win32 application." . windows API function using programmed entry, to prepare a simple Windows application procedures, the establishment of the window. (2) In this on the basis of the following functions : pressing the mouse button, pop-up message box to inform the user is pressing the mouse button which
Platform: | Size: 37952 | Author: 小钟 | Hits:

[Other resourceVISUALC++32207

Description: 用 VISUAL C++ 设计WIN32应用程序,这个是为了给一些在win32应用程序用c++编写代码的人提供的-with VISUAL C Design WIN32 applications, this is to give some of the win32 application code using c prepared for those who
Platform: | Size: 6738751 | Author: 黄进 | Hits:

[Linux-Unixbochs-2.1.1.win32-bin

Description: 可用于虚拟主机,适用WIN98/WIN2-for virtual server, application WIN98/WIN2
Platform: | Size: 2726882 | Author: wjk | Hits:

[Other resourcePanXisong_Yufa

Description: 编译原理里的词法分析演示程序,用WIN32应用程序编写,比较容易懂-compiler theory's lexical analysis demo program using Win32 application programming relatively easy to understand
Platform: | Size: 133430 | Author: 熊凌鹏 | Hits:

[Other resource3Dhanzi

Description: 3D汉字程序,可向各个方向自由旋转,工程为Win32 Application-3D Chinese characters, which can be freely rotating in all directions, works for Win32 Application
Platform: | Size: 42605 | Author: 张善琳 | Hits:

[Windows Developbisai

Description: 这是一个Win32 Application写的篮球比赛,大家下来玩玩吧!-This is a Win32 Application written in a game of basketball, we play down!
Platform: | Size: 21571 | Author: 罗司 | Hits:

[OS programVertDrawDemo

Description: 你想把一行水平的文字垂直排列吗?这是一个很好的例子,应用win32编程,没有用MFC。-you want the level of his characters vertical public? This is a good example of win32 application programming without using MFC.
Platform: | Size: 13654 | Author: 金阳 | Hits:

[Driver Developpcausa

Description: 这是一个基于NDIS通信协议而编写的Win32应用程序的接口函数,Win32 用户可以不用关心底层驱动的行为,而直接编写应用程序-This is a communication protocol based on NDIS prepared by the Win32 application program interface function Win32 users do not have to be concerned about the bottom-driven, and direct the preparation of application procedures
Platform: | Size: 3501217 | Author: 刘才智 | Hits:

[OtherApptoVxd_DRV

Description: 本tkyc使用Quick VxD 生成了一个动态加载的“Hello world”VxD框架,并通过一个WIN32应用程序完成VxD的加载和卸载。在应用程序中,制作2个按钮,一个用于加载VxD,另一个用于卸载VxD。在VxD被动态加载时,VxD会输出数据流“Hello world!”以及“动态加载dynamic.vxd成功”;在VxD被卸载时,VxD会输出数据流“动态卸载dynamic.vxd成功”。-tkyc use of the Quick VxD to generate a dynamic loading of the "Hello world "VxD framework and through a Win32 application procedures are completed VxD loading and unloading. In the application process, the production of two buttons, a VxD for loading, unloading for another VxD. In VxD dynamically loaded, VxD will output data stream "Hello world!" and "dynamic loading dynamic.vxd successful "; in VxD be unloaded, VxD will output data stream "dynamic unloading dynamic.vxd success."
Platform: | Size: 166336 | Author: 瑜文 | Hits:

[Game Programyesadmin_com_20051126122430201

Description: 利用vc++(win32 Application)开发的程序-use vc (win32 Application) developed procedures
Platform: | Size: 139135 | Author: 王码 | Hits:

[Game Programbtm

Description: 利用vc++(Win32 Application)开发的程序-use vc (Win32 Application) developed procedures
Platform: | Size: 169641 | Author: 王码 | Hits:

[Game Programxswz

Description: 利用vc++(Win32 Application)开发的程序-use vc (Win32 Application) developed procedures
Platform: | Size: 8589 | Author: 王码 | Hits:
« 1 2 34 5 6 7 8 9 10 ... 29 »

CodeBus www.codebus.net